const crypto/internal/fips140/mlkem.encodingSize12
15 uses
crypto/internal/fips140/mlkem (current package)
field.go#L148: out, B := sliceForAppend(b, encodingSize12)
field.go#L165: if len(b) != encodingSize12 {
mlkem1024.go#L170: dk.s[i], err = polyByteDecode[nttElement](b[:encodingSize12])
mlkem1024.go#L174: b = b[encodingSize12:]
mlkem1024.go#L336: ek.t[i], err = polyByteDecode[nttElement](ekPKE[:encodingSize12])
mlkem1024.go#L340: ekPKE = ekPKE[encodingSize12:]
mlkem768.go#L42: encodingSize12 = n * 12 / 8
mlkem768.go#L60: EncapsulationKeySize768 = k*encodingSize12 + 32
mlkem768.go#L61: decapsulationKeySize768 = k*encodingSize12 + EncapsulationKeySize768 + 32 + 32
mlkem768.go#L69: EncapsulationKeySize1024 = k1024*encodingSize12 + 32
mlkem768.go#L70: decapsulationKeySize1024 = k1024*encodingSize12 + EncapsulationKeySize1024 + 32 + 32
mlkem768.go#L229: dk.s[i], err = polyByteDecode[nttElement](b[:encodingSize12])
mlkem768.go#L233: b = b[encodingSize12:]
mlkem768.go#L395: ek.t[i], err = polyByteDecode[nttElement](ekPKE[:encodingSize12])
mlkem768.go#L399: ekPKE = ekPKE[encodingSize12:]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |